home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 351-375 / disk_355 / rexxhostlib / glue / sendrexx.asm < prev   
Assembly Source File  |  1992-05-06  |  214b  |  16 lines

  1. ;:ts=8
  2.  
  3.     section    text,code
  4.  
  5.     xref    _RexxHostBase
  6.     xdef    _SendRexxCommand
  7. _SendRexxCommand:
  8.     movem.l    a6/a2/a3,-(sp)
  9.     move.l    _RexxHostBase,a6
  10.     movem.l    16(sp),a0/a1/a2/a3
  11.     jsr    -42(a6)
  12.     movem.l    (sp)+,a6/a2/a3
  13.     rts
  14.  
  15.     end
  16.